From: Jan Beulich Date: Thu, 12 Jan 2012 12:44:51 +0000 (+0100) Subject: ia64: fix build (once again) X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=4563b03488191fcafbb28c6212377f35c94968f1;p=xen.git ia64: fix build (once again) 24423:069c08b7de46 failed to add a necessary include, and for a long time kexec.h suffered from a missing structure forward declaration. Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- diff --git a/xen/arch/ia64/xen/mm.c b/xen/arch/ia64/xen/mm.c index 694bf9531e..84f6a61ef1 100644 --- a/xen/arch/ia64/xen/mm.c +++ b/xen/arch/ia64/xen/mm.c @@ -180,6 +180,7 @@ #include #include #include +#include #include #include #include diff --git a/xen/include/asm-ia64/kexec.h b/xen/include/asm-ia64/kexec.h index 2fc705757b..1072d65f6a 100644 --- a/xen/include/asm-ia64/kexec.h +++ b/xen/include/asm-ia64/kexec.h @@ -4,6 +4,8 @@ #include #include +struct rsvd_region; + extern const unsigned int relocate_new_kernel_size; extern void relocate_new_kernel(unsigned long indirection_page, unsigned long start_address,